/*==================== GOOGLE FONTS ====================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,500&amp;display=swap');
/*==================== BASE ====================*/
:focus {
    outline: none;
}
.form-control:focus {
    box-shadow: none;
}
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    background: #e1ddcc;
    font-family: 'Roboto', serif;
    font-size: 15px;
    font-weight: 500;
}
ol,
ul,
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4 {
    color: hsl(255, 8%, 15%);
    font-weight: 600;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
button {
    outline: none;
    border: none;
}
dl, ol, ul {
    margin-bottom: 0;
}
/*==================== ELEMENTS ====================*/
.clear {
    clear: both;
}
.container {
    display: block;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.homepage .wrapper {
    background: url(../images/bg/bg-default.jpg) no-repeat center top;
}
.wrapper-subpage {
    background: url(../images/bg/bg-subpage.png) no-repeat center top;
    height: auto !important;
    padding-bottom: 50px;
}
.wrapper {
    display: block;
    overflow: hidden;
    width: 100%;
}
header {
    background: url('../images/bg-top-menu.png') no-repeat center top;
    height: 94px;
}
header .container {
    position: relative;
    padding: 0;
}
header nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding-top: 24px;
}
header nav .navbar-nav {
    flex-direction: row;
    gap: 18px;
}
header nav li {
    display: flex;
    width: 150px;
    height: 48px;
    background: url(../images/bg-btn-top-menu.png) top no-repeat;
}
header nav li:hover {
    background: url(../images/bg-btn-top-menu.png) bottom no-repeat;
}
header nav li a {
    display: flex !important;
    overflow: hidden;
    text-decoration: none;
    color: #985304;
    font-weight: bold;
    width: 100%;
    line-height: 15px;
    padding: 0 24px !important;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
header nav li a:hover {
    color: #4b2c0a;
}
header .logo {
    position: absolute;
    top: 130px;
    left: calc(50% - 322px);
}
header .logo img {
    max-width: 250px;
}
main {
   /* margin-top: 512px;*/
	margin-top: 382px;
    position: relative;
    background: url(../images/bg/bg-02-2.png) center no-repeat;
    height: 1733px;
}
main .container {
    position: relative;
    max-width: 1149px;
    padding-top: 61px;
}
form.search-lite {
    flex: 0 0 255px;
    max-width: 240px;
    display: flex;
    outline: none;
    height: 44px;
    background: url(../images/bg-search-input.png) repeat;
    border: 2px solid #f4f1d9;
    border-radius: 10px;
}
form.search-lite input {
    flex: 1;
    height: 41px;
    background-color: transparent;
    color: #fffeed;
    border: none;
    padding-left: 14px;
}
form.search-lite input::placeholder {
    color: #fffeed;
}
form.search-lite button {
    border: 0px;
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    height: 37px;
    line-height: 27px;
    font-size: 36px;
    flex: 0 0 31px;
    padding-right: 8px;
}
form.search-lite button img {
    vertical-align: middle;
}
/*==================== WRAPPER NAVBAR DOWNLOAD ====================*/
.wapper-nav-center {
    display: flex;
    margin-bottom: 40px;
    background: url(../images/bg-nav-center.png) no-repeat;
    width: 1151px;
    height: 77px;
    justify-content: space-around;
    position: relative;
}
.wapper-nav-center .btn-download-primary {
    width: 174px;
    height: 170px;
    background: url(../images/btn-download-primary.png) no-repeat;
    position: absolute;
    top: -41px;
    left: 498px;
}
.wapper-nav-center .btn-download-primary:hover {
    background: url(../images/btn-download-primary-hover.png) no-repeat;
}
.wapper-nav-center .btn-download-primary img {
    width: 112px;
    position: absolute;
    top: 27px;
    left: 30px;
    animation-name: spinright;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.wapper-nav-center ul {
    display: flex;
    gap: 4px;
    margin-top: 3px;
}
.wapper-nav-center ul li {
    width: 143px;
    height: 71px;
}
.wapper-nav-center ul li:nth-child(3) {
    margin-right: 267px;
}
.wapper-nav-center ul li:nth-child(1):hover {
    background: url(../images/btn-nav-center-hover.png) top left no-repeat;
}
.wapper-nav-center ul li:nth-child(2):hover {
    background: url(../images/btn-nav-center-hover.png) -147px 0 no-repeat;
}
.wapper-nav-center ul li:nth-child(3):hover {
    background: url(../images/btn-nav-center-hover.png) -294px 0 no-repeat;
}
.wapper-nav-center ul li:nth-child(4):hover {
    background: url(../images/btn-nav-center-hover.png) -18px -71px no-repeat;
}
.wapper-nav-center ul li:nth-child(5):hover {
    background: url(../images/btn-nav-center-hover.png) -165px -71px no-repeat;
}
.wapper-nav-center ul li:nth-child(6):hover {
    background: url(../images/btn-nav-center-hover.png) -312px -71px no-repeat;
}
.wapper-nav-center ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}
@keyframes spinright {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.animate-change-bg {
    animation: 0.5s linear 0.5s infinite animate-change-bg;
    -webkit-animation: 0.5s linear infinite alternate animate-change-bg;
}
@keyframes animate-change-bg {
    0%,
    100% {
        background-image: url(../images/btn-navbar-dl-4.png);
    }
    33%,
    66% {
        background-image: url(../images/btn-navbar-dl-4-hover.png);
    }
}
/*==================== TIN TUC ====================*/
main .wrapper-news {
    display: flex;
    padding: 14px 13px;
    margin-left: -19px;
    margin-bottom: 20px;
    background: url(../images/bg-news.png) no-repeat;
}
main .wrapper-news .wrapper-slide.slide-pc {
    flex: 0 0 509px;
    max-width: 509px;
    margin-right: 41px;
    margin-left: 6px;
    margin-top: 11px;
}
main .wrapper-news .wrapper-slide.slide-pc li {
    width: 509px;
    max-height: 380px;
}
main .wrapper-news .wrapper-slide.slide-pc li a img {
    width: auto !important;
}
main .wrapper-news .wrapper-slide.slide-pc .owl-dots {
    position: absolute;
    left: 234px;
    bottom: 5px;
}
main .wrapper-news .wrapper-slide.slide-pc .owl-dots button {
    margin-left: 4px;
}
main .wrapper-news .wrapper-slide.slide-pc .owl-dots button:first-child {
    margin-left: 0;
}
main .wrapper-news .wrapper-slide.slide-pc .owl-dots button span {
    display: block;
    overflow: hidden;
    background-color: #fff;
    width: 11px;
    height: 11px;
    border: 1px solid #573b00;
    border-radius: 50%;
}
main .wrapper-news .wrapper-slide.slide-pc .owl-dots button.active span {
    background-color: #f60c00;
    width: 25px;
    border-radius: 35%;
}
main .wrapper-news .right {
    flex: 1;
    max-width: 616px;
    margin-top: 16px;
    margin-left: 0;
}
main .wrapper-news ul {
    list-style: none;
}
main .wrapper-news .right .nav {
    display: flex;
    position: relative;
    overflow: hidden;
    height: 49px;
    margin-bottom: 11px;
    justify-content: space-between;
    gap: 9px;
    flex-wrap: nowrap;
    width: auto;
    position: relative;
}
main .wrapper-news .right .nav ul li {
    width: 110px;
    height: 44px;
    background: url(../images/btn-tab-news.jpg) no-repeat;
    justify-content: center;
    display: flex;
    padding: 4px 1px 2px 0;
}
main .wrapper-news .right .nav ul li:hover {
    background: url(../images/btn-tab-news.jpg) bottom no-repeat;
}
main .wrapper-news .right .nav ul li::after {
    content: "\A";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #8a774b;
    display: inline-block;
    position: absolute;
    top: 19px;
    margin-left: 121px;
}
main .wrapper-news .right .nav ul li a {
    text-decoration: none;
    text-align: center;
    height: 100%;
    color: #fff6bd;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 16px;
    position: relative;
}
main .wrapper-news .right .list-news .list .item {
    border-bottom: 1px solid #b3aea4;
    padding: 2px 0;
}
main .wrapper-news .right .list-news .list .item a {
    display: flex;
    line-height: 37px;
    font-size: 15px;
    justify-content: space-between;
    padding: 0;
    padding-left: 8px;
}
main .wrapper-news .right .list-news .list .item a:hover {
    text-decoration: none;
}
main .wrapper-news .right .list-news .list .item a::before {
    content: "\A";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: url(../images/icon-title-news.png) no-repeat;
    display: inline-block;
    position: relative;
    top: 12px;
    margin-right: -36px;
}
main .wrapper-news .right .list-news .list .item a h3 {
    flex: 1;
    color: #4c4c4c;
    vertical-align: middle;
    font-size: 15px;
    line-height: 37px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 457px;
}
main .wrapper-news .right .list-news .list .item a:hover span,
main .wrapper-news .right .list-news .list .item a:hover h3 {
    color: #c15314;
}
main .wrapper-news .right .list-news .list .item a span {
    margin-right: 10px;
    color: #4c4c4c;
    font-weight: 500;
}
.wrapper-news .right .list {
    height: 204px;
}
.mCSB_inside>.mCSB_container {
    margin-right: 21px;
}
main .wrapper-news .right .container-more {
    width: 161px;
    height: 45px;
    background: url(../images/btn-xem-them.png) top no-repeat;
    margin: 10px 0 0 227px;
}
main .wrapper-news .right .more {
    display: block;
    text-indent: -9999px;
    height: 100%;
}
main .wrapper-news .right .container-more:hover {
    background: url(../images/btn-xem-them.png) bottom no-repeat;
}
/*==================== WRAPPER RANKING ====================*/
.wrapper-ranking {
    display: flex;
    margin-bottom: 90px;
}
.table-ranking {
    margin: 33px 0 0 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.table-ranking h3 {
    width: 575px;
    height: 79px;
    background: url(../images/title-ranking.png) no-repeat;
    text-indent: -9999px;
    margin-bottom: 8px;
}
.server-list-container {
    margin-bottom: 22px;
}
.server-list-container .select-server-play .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.server-list-container .select-server-play .select2-container {
    display: block;
    margin: 0;
    position: relative;
    width: calc(100% - 23px) !important;
}
#dropdown-select2-play .select2-container {
    width: 210px;
}
.server-list-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 49px;
    user-select: none;
    -webkit-user-select: none;
}
.server-list-container .select2-container--default .select2-selection--single {
    width: 210px;
    height: 49px;
    border: none;
    background: none;
}
.server-list-container .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 40px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.server-list-container .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff2cd;
    line-height: 49px;
    font-weight: 700;
    font-size: 16px;
    background: url(../images/bg-dropdown-sv.png) no-repeat;
}
.server-list-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    position: absolute;
    top: 2px;
    right: 0px;
    width: 20px;
}
.server-list-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff2cd transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    width: 0;
    border-color: #fff2cd transparent transparent transparent;
}
.table-content-ranking {
    width: 747px;
    height: 478px;
    background: url(../images/bg-table-ranking.png) no-repeat;
}
.table-content-ranking ul {
    justify-content: center;
    padding: 3px 0 0 0;
    margin: 0 0 10px -3px;
}
.table-content-ranking ul li {
    width: 181px;
    height: 45px;
    text-align: center;
    background: url(../images/bg-tab-ranking.png) no-repeat;
}
.table-content-ranking ul li a {
    color: #315286;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    display: block;
    padding: 9px 0 0 0;
}
.table-content-ranking ul li a:hover {
    text-decoration: none;
    color: #002f70;
}
.table-content-ranking table {
    width: 93%;
    margin: 0 0 0 26px;
}
.table-content-ranking table tbody tr {
    color: #6a3817;
    font-weight: bold;
}
.table-content-ranking table tbody tr:nth-child(odd) {
    background-color: #efe5bd;
}
.table-content-ranking table tbody tr:nth-child(1) {
   /* color: #7c2b2a; */
    color: #b40000;
}
.table-content-ranking table tbody tr:nth-child(2) {
    color: #5586a2;
}
.table-content-ranking table tbody tr:nth-child(3) {
    color: #457c62;
}
.table-content-ranking table tbody tr td {
    text-align: center;
    padding: 8px 0;
}
/*==================== DAILY ====================*/
.table-activity-daily {
    background: url(../images/bg-activities-daily.png) top center no-repeat;
    width: 392px;
    height: 635px;
    margin-left: 10px;
}
.table-activity-daily {
    padding: 72px 0 0 0;
    margin-top: 35px;
}
.table-activity-daily .tab-sv {
    background: url(../images/btn-tab-daily.png) top no-repeat;
    width: 390px;
    height: 45px;
    margin-bottom: 1px;
}
.table-activity-daily .tab-sv li {
    float: left;
    display: initial;
    width: 130px;
    height: 45px;
}
.table-activity-daily .tab-sv li.tablinks-sv:first-child a {
    border-left: solid 1px #716a6a;
}
.table-activity-daily .tab-sv li.tablinks-sv:nth-child(1) a:hover {
    background: url(../images/btn-tab-daily.png) bottom left no-repeat;
}
.table-activity-daily .tab-sv li.tablinks-sv:nth-child(1) a.active {
    background: url(../images/btn-tab-daily.png) bottom left no-repeat;
}
.table-activity-daily .tab-sv li.tablinks-sv:nth-child(2) a:hover {
    background: url(../images/btn-tab-daily.png) bottom center no-repeat;
}
.table-activity-daily .tab-sv li.tablinks-sv:nth-child(2) a.active {
    background: url(../images/btn-tab-daily.png) bottom center no-repeat;
}
.table-activity-daily .tab-sv li.tablinks-sv:nth-child(3) a:hover {
    background: url(../images/btn-tab-daily.png) bottom right no-repeat;
}
.table-activity-daily .tab-sv li.tablinks-sv:nth-child(3) a.active {
    background: url(../images/btn-tab-daily.png) bottom right no-repeat;
}
.table-activity-daily .tab-sv li a {
    display: block;
    color: #dedede;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    border: 0px solid transparent;
    text-align: center;
    text-decoration: none;
    height: 100%;
    padding-top: 7px;
    line-height: 16px;
}
.table-activity-daily .list-news {
    display: block;
    overflow: hidden;
    background: #d5d1ce;
    clear: both;
    padding: 11px 10px;
    position: relative;
    z-index: 1;
    top: -1px;
    height: 325px
}
.table-activity-daily .list-news .view {
    overflow: hidden
}
.table-activity-daily .list-news ul.list {
    display: block;
    overflow: hidden;
    padding: 0 0 6px 0
}
.table-activity-daily .list-news ul.list li {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #c4c1bf;
    padding: 1px 0
}
.table-activity-daily .list-news ul.list li:first-child {
    padding: 0 0 7px 0
}
.table-activity-daily .list-news ul.list li:last-child {
    border-bottom: 0px
}
.table-activity-daily .list-news ul.list li a {
    display: block;
    overflow: hidden;
    font-weight: 500;
    color: #000000;
    height: 29px;
    line-height: 29px;
    position: relative;
    padding-right: 30px;
    padding-left: 20px;
    font-weight: bold;
    background: url(../images/arrow-1.png) left center no-repeat
}
.table-activity-daily .list-news ul.list li a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #790000
}
.table-activity-daily .list-news ul.list li:first-child a {
    margin-bottom: 5px;
    color: #790000
}
.table-activity-daily .list-news ul.list li a .time {
    display: block;
    overflow: hidden;
    font-weight: 300;
    display: inline;
    position: absolute;
    top: 0;
    right: 0
}
.table-activity-daily .list-news ul.list li .cover {
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 5px
}
.table-activity-daily .list-news ul.list li .cover a {
    height: 80px;
    margin-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
    background: none
}
.table-activity-daily .list-news ul.list li .cover img {
    width: 110px;
    height: 80px;
    margin-right: 5px;
    display: block;
    overflow: hidden
}
.table-activity-daily .list-news ul.list li p {
    color: #333
}
.padding-daily {
    padding: 0 !important;
}
.list-news-daily {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 0;
    position: relative;
    z-index: 1;
    top: 0;
    height: 490px;
}
.daily {
    display: block;
    position: relative;
    width: 100%;
}
.daily-inner {
    padding: 0;
    position: relative;
}
.daily h3 {
    text-align: center;
    margin: 0 15px;
    position: relative;
}
.daily h3 span {
    font-size: 14px;
    color: #ffffff;
    text-shadow: 1px 1px 5px #000;
    line-height: 31px;
    text-align: center;
}
.daily .tabs {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #512d0d;
    margin-bottom: 9px;
}
.daily .tabs ul {
    list-style: none;
    display: flex;
}
.daily .tabs ul li {
    flex: 1;
    text-align: center;
    z-index: 9;
    padding-bottom: 1px
}
.daily .tabs ul li.active, .daily .tabs ul li:hover {
    background-color: #512d0d;
}
.daily .tabs ul li a:hover {
    color: #ecd4b2;
}
.daily .tabs ul li a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ecd4b2;
    text-decoration: none;
    line-height: 39px;
}
.daily .tabs ul li.active a {
    color: #ecd4b2;
}
.daily .daily-content>.day {
    display: none;
}
.daily .daily-content .main-content {
    display: block;
    height: 770px;
}
.daily .daily-content .main-content .item {
    display: flex;
    padding: 0 0 4px 10px;
    margin: 0;
}
.daily .daily-content .main-content .item:hover {
    background: #574949;
    cursor: pointer;
}
.daily .daily-content .main-content .item .name {
    flex: 1;
    font-size: 15px;
    color: #fff7d9;
    line-height: 24px;
    font-weight: 600;
    margin-left: 6px;
}
.daily .daily-content .main-content .item .time {
    flex: 0 0 95px;
    max-width: 95px;
    line-height: 24px;
    text-align: right;
    font-size: 14px;
    color: #fff7d9;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 8px;
}
/*==================== WRAPPER GUIDE ====================*/
.wrapper-guide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 23px;
}
.wrapper-guide ul {
    display: flex;
    justify-content: space-between;
    gap: 4px;
}
.wrapper-guide ul li a {
    display: block;
    height: 100%;
    text-indent: -9999px;
}
.wrapper-guide ul li {
    width: 283px;
    height: 178px;
}
.wrapper-guide ul li:nth-child(1) {
    background: url(../images/btn-bao-tri-2.png) top no-repeat;
}
.wrapper-guide ul li:nth-child(2) {
    background: url(../images/btn-tan-thu.png) top no-repeat;
}
.wrapper-guide ul li:nth-child(3) {
    background: url(../images/btn-tai-game.png) top no-repeat;
}
.wrapper-guide ul li:nth-child(4) {
    background: url(../images/btn-gian-ta.png) top no-repeat;
}
.wrapper-guide ul li:nth-child(1):hover {
    background: url(../images/btn-bao-tri-2.png) bottom no-repeat;
}
.wrapper-guide ul li:nth-child(2):hover {
    background: url(../images/btn-tan-thu.png) bottom no-repeat;
}
.wrapper-guide ul li:nth-child(3):hover {
    background: url(../images/btn-tai-game.png)bottom no-repeat;
}
.wrapper-guide ul li:nth-child(4):hover {
    background: url(../images/btn-gian-ta.png) bottom no-repeat;
}
/*==================== END GUIDE ====================*/
main .floatMenu {
    position: fixed;
    top: 190px;
    left: calc(50% + 595px);
    display: none;
    overflow: hidden;
    width: 164px;
    height: 388px;
    background: url(../images/bg-menu-right.png) no-repeat;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    padding-top: 4px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
main .floatMenu ul {
    width: 157px;
    height: 301px;
    background: url(../images/btn-menu-right.png) no-repeat;
    margin-bottom: 10px;
}
main .floatMenu ul li {
    height: 45px;
}
main .floatMenu li a {
    height: 100%;
    display: block;
    text-indent: -9999px;
}
main .floatMenu li:nth-child(1) {
    height: 81px;
}
main .floatMenu li:nth-child(1) a {
    height: 81px;
}
main .floatMenu li:nth-child(1):hover {
    background: url(../images/btn-menu-right.png) top right no-repeat;
}
main .floatMenu li:nth-child(2):hover {
    background: url(../images/btn-menu-right.png) right -81px no-repeat;
}
main .floatMenu li:nth-child(3):hover {
    background: url(../images/btn-menu-right.png) right -126px no-repeat;
}
main .floatMenu li:nth-child(4):hover {
    background: url(../images/btn-menu-right.png) right -171px no-repeat;
}
main .floatMenu li:nth-child(5):hover {
    background: url(../images/btn-menu-right.png) right -216px no-repeat;
}
main .floatMenu li:nth-child(6):hover {
    background: url(../images/btn-menu-right.png) right -261px no-repeat;
}
main .floatMenu .top {
    width: 61px;
    height: 62px;
    display: block;
    overflow: hidden;
    background: url(../images/btn-top.png) no-repeat;
    text-indent: -9999px;
}
main .floatMenu .top:hover {
    filter: brightness(1.1);
}
footer {
    display: flex;
    height: 206px;
    background-color: #000;
    justify-content: center;
    color: #959595;
    align-items: center;
}
footer address {
    padding-top: 47px;
}
footer h4 {
    color: #959595;
}
footer .logo {
   /* margin-right: 20px; */
            display: block;
            max-width: 300px;  
            max-height: 300px; 
            overflow: hidden;
}
header .swap-menu-id {
    display: none;
    background: url(../images/icon-swap.png) no-repeat;
    border: 0px;
    cursor: pointer;
    width: 38px;
    height: 30px;
    margin: 6px 0 0 0;
    vertical-align: middle;
    float: right;
}
header .list-menu-mobi-1 {
    display: none;
}
header .topbar-button-login {
    display: block;
    overflow: hidden;
    width: 117px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    margin: 5px 15px 0 0;
    color: #fff;
    background: url("../images/bg-bg-topbar-button-login.png") center center no-repeat;
    position: relative;
    float: right;
}
header .topbar-button-login:hover {
    color: #eacf73;
}
header .topbar-button-logout {
    display: block;
    overflow: hidden;
    width: 117px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    margin: 5px 15px 0 0;
    color: #fff;
    background: url("../images/bg-bg-topbar-button-logout.png") center center no-repeat;
    position: relative;
    float: right;
}
header .topbar-button-logout:hover {
    color: #eacf73;
}
/* NAV CATEGORY */
main .wrapper-post-detail .listNews .nav {
    display: flex;
    padding: 0 0 0 14px;
    margin: 10px 0;
}
main .wrapper-post-detail .listNews .nav ul {
    display: flex;
    gap: 10px
}
main .wrapper-post-detail .listNews .nav>ul>li {
    border-bottom: none !important;
    width: 110px;
    height: 44px;
    background: url(../images/btn-category-post-list.png) top no-repeat;
}
main .wrapper-post-detail .listNews .nav>ul>li:hover {
    background: url(../images/btn-category-post-list.png) bottom no-repeat;
}
main .wrapper-post-detail .listNews .nav ul li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 45px;
}
main .wrapper-post-detail .listNews .nav ul li:last-child:after {
    display: none;
}
main .wrapper-post-detail .listNews .nav ul li a {
    display: flex;
    color: #fff6bd;
    width: 100%;
    line-height: 16px;
    padding: 0 5px !important;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
}
main .wrapper-post-detail .listNews .nav ul li a.active {
    background: url(../images/btn-category-post-list.png) bottom no-repeat;
}
main .wrapper-post-detail .listNews .nav ul li a:hover {
    color: #ffffff;
}
main .wrapper-post-detail .listNews .nav ul li a.active:hover {
    color: #ffffff;
}
main .wrapper-post-detail .listNews .nav ul li:nth-child(1) {
    order: 2;
}
main .wrapper-post-detail .listNews .nav ul li:nth-child(2) {
    order: 3;
}
main .wrapper-post-detail .listNews .nav ul li:nth-child(3) {
    order: 4;
}
main .wrapper-post-detail .listNews .nav ul li:nth-child(4) {
    order: 5;
}
main .wrapper-post-detail .listNews .nav ul li:nth-child(5) {
    order: 1;
}
main .wrapper-post-detail .listNews .nav ul li:nth-child(6) {
    order: 6;
}
/* end NAV */
main .wrapper-post-detail {
    background: #fffced url(../images/bg-post-detail.png) no-repeat;
    margin-bottom: 20px;
    width: 1151px;
    margin-bottom: 11px;
    margin-top: 81px;
}
main .wrapper-post-detail .post-detail-content {
    background: url(../images/bg-post-detail-content.png);
    border: 3px solid #4f4737;
}
main .wrapper-post-detail .breadcrums {
    padding-left: 60px;
    height: 82px;
    padding-top: 9px;
}
main .wrapper-post-detail .breadcrums h3 {
    color: #feeec3;
    font-size: 24px;
    padding-top: 6px;
    text-transform: uppercase;
}
main .wrapper-post-detail .breadcrums p {
    font-size: 14px;
}
main .wrapper-post-detail .breadcrums p span,
main .wrapper-post-detail .breadcrums p a {
    text-decoration: none;
    color: #feeec3;
}
main .wrapper-post-detail .content {
    padding: 0 40px 0 40px;
}
main .wrapper-post-detail .listNews {
    padding: 15px 40px;
}
main .wrapper-post-detail .listNews .list-category {
    list-style: none;
    margin-bottom: 20px;
}
main .wrapper-post-detail .listNews .list-category li {
    border-bottom: 1px solid #bdaa92;
    padding: 15px;
}
main .wrapper-post-detail .listNews .list-category li a {
    text-decoration: none;
}
main .wrapper-post-detail .listNews .list-category li:hover {
    background-color: #d0c9ad;
}
main .wrapper-post-detail .listNews .newsWrap {
    display: flex;
}
main .wrapper-post-detail .listNews .newsWrap .thumb {
    flex: 0 0 125px;
    max-width: 125px;
    margin-right: 20px;
}
main .wrapper-post-detail .listNews .newsWrap .name {
    flex: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
main .wrapper-post-detail .listNews .newsWrap .name h4 {
    color: #b46558;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    font-weight: 500;
}
main .wrapper-post-detail .listNews .newsWrap .name p {
    color: #626262;
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
main .wrapper-post-detail .listNews .newsWrap .time {
    flex: 0 0 85px;
    max-width: 85px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    text-align: right;
    color: #626262;
    font-weight: 500;
}
main .relateNews {
    margin-bottom: 50px;
}
main .relateNews>h3 {
    background: #6f2e1d;
    color: #fffffd;
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
main .relateNews .list-news {
    background: url(../images/bg-post-detail-content.png);
    background-size: cover;
}
main .relateNews .list-news .item {
    border-bottom: 1px solid #b3aea4;
    height: 50px;
}
main .relateNews .list-news .item:last-child {
    border-bottom: none;
}
main .relateNews .list-news .list .item::after {
    content: "\A";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: url(../images/icon-title-news.png) no-repeat;
    display: inline-block;
    position: relative;
    top: -33px;
    left: 1px;
}
main .relateNews .list-news .item a {
    display: flex;
    overflow: hidden;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding: 0 10px;
    text-decoration: none;
}
main .relateNews .list-news .item a:hover span,
main .relateNews .list-news .item a:hover {
    color: #c15314;
}
main .relateNews .list-news .item a h3 {
    flex: 1;
    color: #626262;
    vertical-align: middle;
    font-size: 16px;
    /* line-height: 44px; */
    line-height: 36px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
}
main .relateNews .list-news .item a:hover h3 {
    color: #c15314;
}
main .relateNews .list-news .item a span {
    flex: 0 0 100px;
    max-width: 100px;
    text-align: right;
    color: #626262;
    font-weight: bold;
    vertical-align: middle;
}
.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.popupVideo {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 40;
}
.popupVideo .mask {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
}
.popupVideo .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    max-width: 600px;
    height: 500px;
    z-index: 2;
}
#paging {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}
#paging .paging-inner {
    text-align: center;
}
#paging ul {
    display: inline-block;
    margin: 0;
}
#paging ul li .next-page {}
#paging ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    border: 0;
}
#paging ul li:hover {
    background: transparent;
}
#paging ul li a {
    display: block;
    overflow: hidden;
    line-height: 25px;
    width: 28px;
    text-decoration: none;
    border: 1px solid #858379;
    color: #fff4c9;
    margin: 0 4px;
    background: #a0895d;
    font-size: 20px;
}
#paging ul li.active a,
#paging ul li a.active,
#paging ul li a:hover {
    color: #fff4c9;
    border: 1px solid #4a4942;
    background: #325385;
}
#paging ul li a.prev-page {
    width: 13px;
    height: 17px;
    background: url(../images/btn-prev.png) no-repeat;
    color: unset;
    border: unset;
    background-color: unset;
}
#paging ul li a.next-page {
    width: 13px;
    height: 17px;
    background: url(../images/btn-next.png) no-repeat;
    color: unset;
    border: unset;
    background-color: unset;
}
/*template-content*/
.template-content {
    line-height: 25px;
    margin-bottom: 18px;
}
.template-content .template-title {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #b2340e;
    font-weight: bold
}
.template-content .template-time {
    padding-bottom: 5px;
    display: block;
    color: #7c6453;
    font-style: italic;
    border-bottom: 1px solid #b27b42
}
.template-content .template-main .top-title-post-detail {
    font-weight: bold;
    color: #b46558;
    line-height: 33px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 30px;
    border-bottom: 1px solid #bebcb2;
    padding: 20px 0;
}
.template-content .template-main * {
    color: #626262;
}
.template-content .template-main strong {
    color: #993a14;
}
.template-content .template-main h1 {
    font-size: 24px;
    padding-left: 0;
    margin-left: 0;
    background: url(../images/heading-icon-h1.png) 0 2px no-repeat;
    font-weight: bold;
    color: #800000;
    line-height: 28px;
    margin-bottom: 15px;
}
.template-content .template-main h1 * {
    font-size: 24px;
}
.template-content .template-main h2 {
    font-size: 18px;
    padding-left: 0;
    margin-left: 0;
    background: url(../images/heading-icon-h2.png) 0 -1px no-repeat;
    font-weight: bold;
    color: #ff8c00;
    line-height: 34px;
    margin: 5px 0;
}
.template-content .template-main h2 * {
    font-size: 18px
}
.template-content .template-main h3, .template-content .template-main h4, .template-content .template-main h5, .template-content .template-main h6 {
    font-size: 16px;
    padding-left: 30px;
    margin-left: 0;
    background: url(../images/heading-icon-h3.png) 26px 5px no-repeat;
    padding: 8px 0 8px 0;
}
.template-content .template-main h3 *, .template-content .template-main h4 *, .template-content .template-main h5 *, .template-content .template-main h6 * {
    font-size: 16px
}
.template-content img {
    max-width: 100%
}
.template-content .template-main h2 a {
    text-decoration: underline;
}
.template-content .template-main ul {
    padding: 0 0 0 25px;
    margin-left: 0;
    list-style: square;
}
.template-content .template-main ul li ul {
    list-style: disc;
}
.template-content .template-main ul li ul li ul {
    list-style: circle;
}
.template-content .template-main ol {
    padding: 0 0 0 25px;
    margin-left: 0
}
.template-content .template-main p {
    padding: 0;
    margin-left: 0
}
.template-content .template-main div {
    padding: 0 0 0 30px;
    margin-left: 0
}
.template-content .template-main>img {
    padding-left: 30px;
    margin-left: 0
}
.template-content .template-main img {
    max-width: 100%;
    margin: 14px 0 8px 0;
}
.template-content .template-main table {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #ffe69a;
    background: rgb(249 249 249 / 50%);
    width: auto !important;
}
.template-content .template-main table thead {
    text-align: center;
    color: #364759;
    font-size: 17px;
    background: rgb(175 175 175 / 50%);
}
.template-content .template-main table tbody tr td {
    padding: 4px;
}
/*==================== download ====================*/
.clearfix {
    clear: both;
}
.page-download .breadcrums .cate {
    margin-top: 12px;
    position: relative;
    padding-left: 33px;
}
.page-download .breadcrums .cate:before {
    display: block;
    width: 25px;
    height: 26px;
    content: '';
    position: absolute;
    left: 0;
    content: url(../images/icon-download.png);
}
.download-main {
    overflow: hidden;
    padding: 0;
    margin: 42px 26px 300px 29px;
}
.download-main * {
    line-height: 20px;
}
.download-main .download-image img {
    background: url("../imgs/btn-download.png") no-repeat;
}
.download-main .download-image.download-full {
    width: 235px;
    height: 231px;
    display: block;
    background: url(../images/btn-3gb.png) left no-repeat;
    margin-top: 10px;
}
.download-main .download-image.download-mini:hover,
.download-main .download-image.download-full:hover {
    background-position: right;
}
.download-main .download-image.download-mini {
    width: 235px;
    height: 231px;
    display: block;
    background: url(../images/btn-72mb.png) left no-repeat;
    margin-top: 10px;
}
.download-main .tit {
    display: block;
    height: 80px;
    line-height: 80px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 80px;
    font-size: 24px;
    font-weight: bold;
    background: #000 url("../imgs/bg-head.jpg") center top no-repeat;
}
.download-main .download-option {
    display: flex;
    margin-bottom: 7px;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.download-main .package {
    /* flex: 1; */
}
.download-main .package.package-full {
    /* padding-right: 15px; */
}
.download-main .package.package-mini {
    padding-left: 3px;
}
.download-main .step {
    padding: 10px;
    margin-top: 6px;
    color: #000;
    background: #dedac7;
    border: 1px solid #3b2704;
    max-width: 498px;
    font-weight: bold;
    font-size: 17px;
}
.download-main .step:nth-child(2) {
    border: none;
    height: 293px;
    background: url(../images/bg-download.png) no-repeat;
}
.download-main .step:nth-child(3) {
    height: 42px;
}
.download-main .step.step-start {
    width: 498px;
    height: 73px;
    padding-top: 18px;
    text-align: center;
    border: none;
    background: url(../images/bg-title-download.png) no-repeat;
}
.download-main .step.step-start a {
    font-size: 30px;
    line-height: 36px;
    color: #fff9d0;
    text-decoration: none;
    display: inline-block;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
        1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}
.download-main .package-mini .step.step-start a {
    color: #fbf77d;
}
.download-main .step-footer p {
    line-height: 0;
}
.download-main .step-footer {
    padding: 27px 10px;
    max-width: none;
    background: #dedac7;
    text-align: center;
    border: 1px solid #000;
}
.download-main .step.step-noborder {
    border-color: transparent;
}
.download-main .package.package-full .highlight {
    color: #3067a4;
}
.download-main .package.package-mini .highlight {
    color: #b8391c;
}
.download-main .step-2 .highlight {
    display: block;
    margin-left: 60px;
    margin-top: -20px;
}
.download-main .block {
    display: block;
}
.download-main .text-center {
    display: flex;
    justify-content: center;
}
.download-main .info-news {
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
}
.download-main .info-news a {
    color: #c1391c;
    text-decoration: none;
    display: block;
    line-height: 26px;
}
.download-main .info-news li:nth-child(2) a {
    color: #3067a4;
}
.download-main .info-news a:hover {
    color: #3067a4;
}
.download-main .info-news a:before {
    content: "-";
    display: inline-block;
    margin-right: 20px;
}
/* menu mobile */
.menu-mobile {
    display: block;
    background-color: rgba(0, 0, 0, .9);
    position: absolute;
    top: 42px;
    right: -417px;
    text-align: unset;
    overflow: hidden;
    overflow-y: auto;
    width: 320px;
    height: calc(100vh - 52px);
    float: right;
}
.menu-mobile li {
    list-style: none
}
.menu-mobile li.no-link {
    display: none !important;
}
.menu-mobile li a {
    color: #eacf73;
    text-align: left;
}
.play-mobile {
    height: 58px;
    margin: 0 13px 10px 13px;
    padding: 6px;
    background: #2a1e18 url("../images/bg-login-mobile.png") top right no-repeat;
    border: 3px solid #000;
}
.mobile-button-login {
    float: left;
    display: block;
    width: 109px;
    height: 40px;
    text-align: left;
    text-indent: -9999px;
    background: url("../images/bg-btn-login-mobile.png") top left no-repeat;
}
.mobile-button-login:hover, .mobile-button-login:active {
    background-position: bottom left;
}
.mobile-button-payment {
    float: right;
    display: block;
    width: 88px;
    height: 34px;
    text-align: left;
    text-indent: -9999px;
    margin-top: 3px;
    margin-left: 3px;
    background: url("../images/bg-btn-play-mobile.png") top right no-repeat;
}
.mobile-button-payment:hover, .mobile-button-payment:active {
    background-position: bottom right;
}
.mobile-button-play {
    float: right;
    display: block;
    width: 88px;
    height: 34px;
    text-align: left;
    text-indent: -9999px;
    margin-top: 3px;
    background: url("../images/bg-btn-play-mobile.png") top left no-repeat;
}
.mobile-button-play:hover, .mobile-button-play:active {
    background-position: bottom left;
}
.user-info-mobile {
    float: left;
    color: #ec7f1a;
    line-height: 16px;
    font-size: 13px;
    margin-top: 2px;
}
.user-info-mobile .highlight {
    color: #32a2f7;
    font-size: 15px;
}
.user-info-mobile .logout {
    margin-left: 10px;
    color: #cd3227;
    text-decoration: underline;
}
main .wrapper-news .wrapper-slide.slide-tablet {
    display: none;
}

.nav-tabs {
    border-bottom: none;
}
.content-main {
    display: flex;
    margin: 0 auto 15px;
    width: 100%;
    max-width: 940px;
    position: relative;
}
.content-main .content-left {
    flex: 0 0 350px;
    max-width: 350px;
    display: block;
    margin-right: 15px;
    width: 100%;
}
.content-left .iframe-id {
    margin-top: 5px;
}
.iframe-id {
    position: relative;
    background: #120401;
}
.iframe-id .wrap-iframe {
    position: relative;
    padding: 10px;
}
#iframe-menu-top, #iframe-menu-left, #iframe-id {
    width: 100%;
}
.wrapper .content-main .content-center {
    flex: 1;
    display: block;
    overflow: hidden;
    margin: 5px 0 0 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
}
.grecaptcha-badge {
    width: 1px !important;
    height: 1px !important;
}
main .wrapper-news .right .item-hot a {
    width: 600px;
    height: 37px;
    background: url(../images/bg-news-hot.png) no-repeat;
    padding: 8px 0 0 79px;
    margin-bottom: 8px;
    display: flex;
    line-height: 37px;
    font-size: 15px;
    justify-content: space-between;
    padding: 0;
    padding-left: 73px;
}
main .wrapper-news .right .item-hot h3 {
    color: #fff4b5;
    font-size: 15px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 37px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 407px;
}
main .wrapper-news .right .item-hot h3:hover h3 {
    color: #1c4d83;
    font-weight: bold;
}
main .wrapper-news .right .item-hot span {
    color: #fff4b5;
    margin-right: 33px;
}
/* responsive */
@media screen and (max-width: 1220px) {
    .download-main .download-option {
        flex-direction: column;
    }
    main .relateNews {
        margin-right: 41px;
        padding-bottom: 10px;
    }
    main .floatMenu {
        display: none;
    }
    .wapper-nav-center {
        display: none;
        width: 100%;
        background: none;
        height: auto;
    }
    .wapper-nav-center .left {
        display: none;
    }
    .wapper-nav-center .center {
        display: none;
    }
    .wapper-nav-center .navbar-dl-right {
        display: flex;
        padding-top: 0;
        padding-right: 0;
    }
    #dropdown-select2-play .select2-container {
        width: auto;
    }
    .navbar-dl-left {
        width: 100%;
    }
}
@media screen and (max-width: 1220px) {
    header nav {
        padding-top: 145px;
        padding-left: calc(49% - 305px);
        justify-content: unset;
        align-items: unset;
    }
    main .container {
        max-width: 818px;
        padding-top: 20px;
    }
    .swap-menu-id {
        display: inline-block !important;
    }
    .homepage .wrapper {
        background: #000000 url(../images/bg/bg-tablet.png) center top no-repeat;
    }
    .wrapper.disable-background1 {
        background: none !important;
    }
    .wrapper.disable-background1 header {
        margin-bottom: 84px;
    }
    .wrapper.disable-background1 .wrapper-post-detail {
        background: none;
        margin-top: -9px;
    }
    main .wrapper-news {
        padding: 0px 8px;
        flex-direction: column;
        background: transparent;
        margin: 0;
    }
    main .wrapper-news .right .list {
        height: 187px;
    }
    main .wrapper-news .right .container-more {
        background: none;
        margin: 0;
    }
    main .wrapper-news .right .container-more a {
        text-indent: unset;
    }
    main .wrapper-news .right .container-more:hover {
        background: unset;
    }
    main {
        height: auto;
        margin-top: 0;
        background: url(../images/bg/bg-subpage-tablet.png) top center no-repeat !important;
    }
    header {
        background: url(../images/bg-nav-mb.png) repeat;
        height: 42px !important;
        margin-bottom: 209px;
        text-align: right;
        padding: 0 10px;
    }
    header .logo {
        top: 10px;
        left: calc(50% - 357px);
    }
    .logo img {
        width: 190px;
    }
    header nav .navbar-nav {
        position: absolute;
        top: 46px;
        right: 0px;
        width: 154px;
        text-align: left;
        z-index: 2;
        display: none;
    }
    header nav.show .navbar-nav {
        display: block;
    }
    header nav li {
        background-color: #150703;
        display: block;
        overflow: hidden;
        border-bottom: 1px solid #6a5730;
    }
    header nav li:last-child {
        border-bottom: 0px solid #6a5730;
    }
    header nav li a {
        background: transparent;
        text-indent: unset;
        color: #eacf73;
        font-size: 14px;
        height: 34px;
        line-height: 34px;
        font-weight: bold;
        padding: 0 10px !important;
    }
    header nav li.active a {
        color: #fff;
    }
    header .list-menu-mobi-1 {
        float: right;
        margin: 6px 5px 0 0;
        display: flex;
        justify-content: space-between;
        gap: 4px;
    }
    header .list-menu-mobi-1 li {
        width: 30px;
        height: 30px;
    }
    header .list-menu-mobi-1 li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    header .list-menu-mobi-1 li:nth-child(1),
    header .list-menu-mobi-1 li:nth-child(2) {
        width: 121px;
        height: 31px;
    }
    header .list-menu-mobi-1 li:nth-child(1) a {
        background: url(../images/btn-taigame-mb.png) left top no-repeat;
    }
    header .list-menu-mobi-1 li:nth-child(1):hover a {
        background: url(../images/btn-taigame-mb.png) left bottom no-repeat;
    }
    header .list-menu-mobi-1 li:nth-child(2) a {
        background: url(../images/btn-account-mb.png) left top no-repeat;
    }
    header .list-menu-mobi-1 li:nth-child(2):hover a {
        background: url(../images/btn-account-mb.png) left bottom no-repeat;
    }
    header .list-menu-mobi-1 li:nth-child(3) a {
        background: url(../images/icon-fb-tablet.png) left center no-repeat;
    }
    header .list-menu-mobi-1 li:nth-child(4) a {
        background: url(../images/icon-fb-tablet.png) right center no-repeat;
    }
    .wapper-nav-center .button-play,
    .wapper-nav-center .download,
    main .floatMenu {
        display: none;
    }
    main .wrapper-news .wrapper-slide {
        flex: 1;
        max-width: unset;
        background-color: #000;
        padding: 3px;
        margin-bottom: 5px;
        margin-right: 0;
    }
    main .wrapper-news .right {
        flex: 1;
        width: auto;
        max-width: unset;
        margin-left: 0;
        margin-top: 2px;
    }
    .scroll-inner::-webkit-scrollbar {
        width: 5px;
    }
    .scroll-inner::-webkit-scrollbar:horizontal {
        height: 5px;
    }
    .scroll-inner::-webkit-scrollbar-track {
        background-color: rgba(204, 204, 204, 0.3);
    }
    .scroll-inner::-webkit-scrollbar-thumb {
        border-radius: 15px;
        background: rgba(204, 204, 204, 0.5);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }
    main .wrapper-news .right .list-news {
        background-size: cover;
    }
    .table-activity-daily {
        display: none;
    }
    .wrapper-bottom {
        width: auto;
        height: 631px;
        background: url(../images/bg/bg-02-tablet.png) center center no-repeat;
        margin-left: 0;
        margin-bottom: 64px;
    }
    .wrapper-ranking {
        margin-bottom: -76px;
        justify-content: center;
        padding-bottom: 35px;
    }
    .table-ranking {
        margin: 7px 0 0 1px;
    }
    .table-ranking h3 {
        width: 242px;
        height: 49px;
        background: url(../images/title-ranking-mobile.png) no-repeat;
        margin-left: 7px;
        margin-bottom: 0;
    }
    .table-content-ranking table tbody tr td {
        padding: 4px 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .table-ranking {
        margin: 8px 0 0 0;
    }
    .table-content-ranking {
        width: auto;
        height: auto;
        background: #c4bea3;
        padding: 5px;
    }
    .table-content-ranking ul li {
        width: 80px;
        height: 28px;
        background: #e5e1cf;
        border: solid 1px #201c25;
    }
    .table-content-ranking ul li a {
        font-size: 13px;
        padding: 4px 0 0 0;
    }
    .table-content-ranking ul {
        justify-content: unset;
        padding: 3px;
        margin: 0;
        gap: 2px;
        background: #315286;
        border: solid 1px #000;
        margin-bottom: 8px;
    }
    .table-content-ranking table {
        width: 100%;
        margin: unset;
        font-size: 12px;
    }
    .server-list-container {
        margin-bottom: 12px;
    }
    .server-list-container .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff2cd;
        line-height: 28px;
        font-weight: 700;
        font-size: 13px;
        background: url(../images/bg-dropdown-sv-mb.png) no-repeat;
        padding: 0 0 0 6px;
    }
    .server-list-container .select-server-play .select2-container {
        width: calc(100% - 9px) !important;
    }
    .server-list-container .select2-container--default .select2-selection--single {
        width: 121px;
        height: 21px;
    }
    .server-list-container .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 27px;
        top: 1px;
        right: -4px;
    }
    .wrapper-guide {
        background: url(../images/bg/bg-guide-tablet.png) no-repeat;
        /* width: 818px; */
        height: 219px;
        margin-left: 0;
        margin-top: 25px;
    }
    .wrapper-guide ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        /* margin-left: calc(50% - 200px); */
    }
    .wrapper-guide ul li {
        width: 171px;
        height: 107px;
    }
    .wrapper-guide ul li:nth-child(1) {
        background: url(../images/btn-bao-tri-tl-2.png) top no-repeat;
    }
    .wrapper-guide ul li:nth-child(2) {
        background: url(../images/btn-tan-thu-tl.png) top no-repeat;
    }
    .wrapper-guide ul li:nth-child(3) {
        background: url(../images/btn-tai-game-tl.png) top no-repeat;
    }
    .wrapper-guide ul li:nth-child(4) {
        background: url(../images/btn-gian-ta-tl.png) top no-repeat;
    }
    .wrapper-guide ul li:nth-child(1):hover {
        background: url(../images/btn-bao-tri-tl-2.png) bottom no-repeat;
    }
    .wrapper-guide ul li:nth-child(2):hover {
        background: url(../images/btn-tan-thu-tl.png) bottom no-repeat;
    }
    .wrapper-guide ul li:nth-child(3):hover {
        background: url(../images/btn-tai-game-tl.png)bottom no-repeat;
    }
    .wrapper-guide ul li:nth-child(4):hover {
        background: url(../images/btn-gian-ta-tl.png) bottom no-repeat;
    }
    .wapper-nav-center {
        margin-bottom: 10px
    }
    main .wrapper-news .wrapper-slide.slide-pc {
        display: none !important;
    }
    main .wrapper-news .wrapper-slide.slide-tablet {
        display: block !important;
    }
    main .wrapper-news .wrapper-slide.slide-tablet {
        margin-left: 0;
        margin-top: 0;
    }
    main .wrapper-news .wrapper-slide.slide-tablet .owl-dots {
        position: absolute;
        right: 10px;
        bottom: 5px;
    }
    main .wrapper-news .wrapper-slide.slide-tablet .owl-dots button {
        margin-left: 15px;
    }
    main .wrapper-news .wrapper-slide.slide-tablet .owl-dots button:first-child {
        margin-left: 0;
    }
    main .wrapper-news .wrapper-slide.slide-tablet .owl-dots button span {
        display: block;
        overflow: hidden;
        background-color: #828282;
        width: 11px;
        height: 11px;
        border: 1px solid #573b00;
    }
    main .wrapper-news .wrapper-slide.slide-tablet .owl-dots button.active span {
        background-color: #f60c00;
    }
    main .wrapper-news .right .list-news .list .item a h3 {
        max-width: none !important;
        font-size: 13px;
        line-height: 36px;
        padding-left: 57px;
    }
    main .wrapper-news .right .list-news .item {
        padding: 0;
    }
    main .wrapper-news .right .list-news .list .item a span {
        font-size: 14px;
    }
    .template-content .template-main .top-title-post-detail {
        font-size: 23px;
        padding: 11px 0;
    }
    main .wrapper-post-detail .breadcrums {
        max-width: 818px;
        height: 78px;
        background: url(../images/bg-title-post-detail-table.png) repeat;
        margin: 0 32px 0 32px;
        border: 2px solid #a52423;
        padding-left: 20px;
    }
    main .wrapper-post-detail {
        width: auto;
    }
    main .wrapper-post-detail .listNews {
        padding: 14px 20px;
    }
    main .wrapper-post-detail .post-detail-content {
        border: none;
    }
    footer {
        height: 220px;
    }
    footer address {
        padding: 0;
        margin: 0;
        text-align: center;
    }
    footer p {
        margin: 0;
    }
    footer h4 {
        font-size: 18px;
        padding: 0 20px;
    }
    footer .logo {
        display: none;
    }
}
@media screen and (max-width: 991.98px) {
    .content-main .content-left {
        display: none !important;
    }
    .showMenu .menu-mobile {
        right: -89px;
        z-index: 200;
    }
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_filter input {
        width: 300px;
    }
}
@media screen and (min-width: 992px) {
    .menu-mobile {
        display: none !important;
    }
}
@media screen and (max-width: 776px) {
    header .logo {
        top: 10px;
        left: calc(50% - 272px);
    }
    .logo img {
        width: 130px;
    }
    main .wrapper-news .right .item-hot a {
        width: auto;
        margin-bottom: 0;
    }
    main .wrapper-news .right .item-hot a h3 {
        font-size: 13px;
        max-width: none !important;
        line-height: 37px;
        padding-left: 0;
    }
    main .wrapper-news .right .item-hot span {
        font-size: 13px;
        margin-right: 10px;
    }
    main .wrapper-news .right .list-news .list .item a {
        padding-left: unset;
    }
}
@media (max-width:768px) {
    .template-content .template-main img {
        max-width: 100% !important;
        height: auto !important
    }
}
@media screen and (max-width: 620px) {
    .homepage .wrapper {
        background: #e1ddcc url(../images/bg/bg-mobile.png) center 34px no-repeat;
    }
    .wapper-nav-center {
        height: 60px;
        justify-content: right;
    }
    .wapper-nav-center .navbar-dl-right {
        scale: 0.5;
        margin-top: -20px;
        margin-right: -44px;
    }
    footer {
        line-height: 1.2;
        padding: 30px 0;
    }
    footer .logo {
        width: 100px;
    }
}
@media screen and (max-width: 580px) {
    .wapper-nav-center .navbar-dl-left {
        height: auto;
    }
}
@media screen and (max-width: 576px) {
    main .wrapper-news .right .item-hot a h3 {
        width: calc(100% - 121px) !important;
    }
    .page-download .breadcrums .cate {
        margin-top: 5px;
        font-size: 22px;
    }
    .download-main {
        padding: 0;
    }
    .download-main .step.step-start {
        width: auto;
    }
    .download-main .step-footer {
        max-width: 334px;
        margin-right: 0;
    }
    .download-main .step-footer p {
        line-height: 22px;
    }
    header .list-menu-mobi-1 li:nth-child(3),
    header .list-menu-mobi-1 li:nth-child(4) {
        display: none;
    }
    main .wrapper-post-detail {
        width: auto;
    }
    main {
        height: auto;
        min-height: 732px;
        margin-bottom: 0;
    }
    header {
        margin-bottom: 182px;
    }
    header .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    main {
        background: url(../images/bg/bg-subpage-mobile.png) top center no-repeat !important;
    }
    main .container {
        padding-top: 15px;
    }
    .wrapper.disable-background1 {
        background: none;
    }
    .wrapper.disable-background1 header {
        margin-bottom: 28px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .wrapper.disable-background1 .wrapper-post-detail {
        background: none;
        margin-top: -9px;
    }
    .wapper-nav-center .navbar-dl-left {
        padding-left: 0;
        padding-right: 0;
    }
    main .wrapper-post-detail .listNews .newsWrap .thumb {
        display: none;
    }
    main .wrapper-post-detail .listNews .newsWrap .name {
        justify-content: center;
        align-self: center;
        padding-left: 19px;
    }
    main .wrapper-post-detail .listNews .newsWrap .name h4 {
        white-space: normal;
        margin-top: 0px;
        color: #4c4c4c;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    main .wrapper-post-detail .listNews .newsWrap .name p {
        display: none;
    }
    main .wrapper-post-detail .listNews .list-category li {
        padding: 10px 3px;
        height: 40px;
    }
    main .wrapper-post-detail .listNews .list-category li a::after {
        content: "\A";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: url(../images/icon-title-news.png) no-repeat;
        display: inline-block;
        position: relative;
        top: -24px;
    }
    main .relateNews {
        margin-right: -24px;
        margin-left: -24px;
    }
    main .relateNews>h3 {
        font-size: 15px;
    }
    main .relateNews .list-news .item a {
        height: 29px;
    }
    main .relateNews .list-news .item a h3 {
        padding-left: 23px;
        font-size: 13px;
    }
    main .relateNews .list-news .item a .time {
        font-size: 13px;
    }
    main .relateNews .list-news .list .item::after {
        content: "\A";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: url(../images/icon-title-news.png) no-repeat;
        display: inline-block;
        position: relative;
        top: -17px;
        left: 11px;
    }
    header .logo {
        top: 10px;
        left: calc(50% - 202px);
    }
    header .logo img {
        width: 95px;
    }
    form.search-lite {
        flex: 0 0 200px;
        max-width: 200px;
        display: flex;
        outline: none;
        height: 30px;
        background: url(../images/bg-search-input.png) repeat;
        border: 2px solid #4f4f4f;
        border-radius: 10px;
    }
    form.search-lite input {
        flex: 1;
        height: 25px;
        padding-left: 5px;
        font-size: 13px;
    }
    form.search-lite button {
        height: 28px;
        line-height: 11px;
        font-size: 36px;
        flex: 0 0 26px;
    }
    header nav {
        padding-top: 140px;
        padding-left: calc(50% - 188px);
        justify-content: unset;
        align-items: unset;
        gap: unset;
    }
    .wrapper-bottom {
        width: auto;
        height: 612px;
        background: url(../images/bg/bg-02-mobile.png) center center no-repeat;
    }
    .wrapper-ranking {
        margin-bottom: -1px;
        justify-content: center;
        /* background: url(../images/bg/bg-ranking.png) center 0 no-repeat; */
        height: 459px;
        width: auto;
        margin-left: 0;
    }
    main .wrapper-post-detail {
        margin-top: 0;
    }
    main .wrapper-post-detail .content {
        padding: 0 24px;
    }
    main .wrapper-post-detail .breadcrums {
        background: url(../images/bg-title-post-detail.png) no-repeat;
        height: 49px;
        padding: 0 0 0 10px;
        line-height: 16px;
        margin: 0 5px 0 5px;
    }
    main .wrapper-post-detail .breadcrums h3 {
        font-size: 15px;
        text-transform: uppercase;
    }
    main .wrapper-post-detail .breadcrums p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 13px;
    }
    .template-content .template-main .top-title-post-detail {
        font-size: 22px;
        padding: 9px 0;
    }
    main .wrapper-post-detail .post-detail-content {
        margin: 0;
        padding: 0;
    }
    main .wrapper-news .right .nav ul {
        flex: unset;
        width: auto;
        /* overflow-x: scroll; */
        flex-wrap: nowrap;
        overflow-y: hidden;
        background: #877245;
        padding: 0 5px;
    }
    main .wrapper-news .right .nav ul li::after {
        content: "\A";
        width: 3px;
        height: 3px;
        background: #f7f6bd;
        display: inline-block;
        position: relative;
        top: 10px;
        left: 5px;
        margin-left: 0;
    }
    main .wrapper-news .right .nav {
        height: unset;
        margin-bottom: 2px;
        justify-content: unset;
        gap: 8px;
    }
    main .wrapper-news .right .nav ul li {
        width: unset;
        height: 30px;
        background: none;
    }
    main .wrapper-news .right .nav ul {
        flex: 1;
        max-width: 100%;
    }
    main .wrapper-news .right .nav ul li:hover {
        background: unset;
    }
    main .wrapper-news .right .nav ul li a {
        background: none !important;
        vertical-align: middle;
        text-align: center;
        color: #fff6bd;
        font-weight: bold;
        font-size: 13px;
        text-indent: 00;
        width: auto;
        text-wrap: nowrap;
    }
    main .wrapper-news .right .nav ul li.active a,
    main .wrapper-news .right .nav ul li a:hover {
        background-position-x: -67px;
    }
    main .wrapper-news .right .nav ul li a.event {
        background-position-y: -37px;
    }
    main .wrapper-news .right .nav ul li a.update {
        background-position-y: -74px;
    }
    main .wrapper-news .right .nav ul li:last-child::after {
        display: none;
    }
    main .post-detail-content .listNews .nav ul {
        flex: unset;
        width: auto;
        /* overflow-x: scroll; */
        flex-wrap: nowrap;
        /* overflow-y: hidden; */
        background: #877245;
        padding: 0 5px;
    }
    main .post-detail-content .listNews .nav ul li::after {
        content: "\A";
        width: 3px;
        height: 3px;
        background: #f7f6bd;
        display: inline-block;
        position: relative;
        top: 13px;
        left: 5px;
        margin-left: 0;
    }
    main .post-detail-content .listNews .nav {
        height: unset;
        margin-bottom: 2px;
        justify-content: unset;
        gap: 8px;
        padding: 0;
    }
    main .post-detail-content .listNews .nav ul li {
        width: unset;
        height: 30px;
        background: none;
        display: flex;
    }
    main .post-detail-content .listNews .nav ul {
        flex: 1;
        max-width: 100%;
    }
    main .post-detail-content .listNews .nav ul li:hover {
        background: unset;
    }
    main .post-detail-content .listNews .nav ul li a {
        background: none !important;
        vertical-align: middle;
        text-align: center;
        color: #fff6bd;
        font-weight: bold;
        font-size: 13px;
        text-indent: 00;
        width: auto;
        text-wrap: nowrap;
        padding: 0 0px !important;
    }
    main .post-detail-content .listNews .nav ul li.active a,
    main .post-detail-content .listNews .nav ul li a:hover {
        background-position-x: -67px;
    }
    main .post-detail-content .listNews .nav ul li a.event {
        background-position-y: -37px;
    }
    main .post-detail-content .listNews .nav ul li a.update {
        background-position-y: -74px;
    }
    main .post-detail-content .listNews .nav ul li:last-child::after {
        display: none;
    }
    .wrapper-guide {
        margin-left: 0;
        /* max-width: 400px; */
        padding-bottom: 80px;
    }
    .wrapper-guide ul {
        /* margin-left: calc(50% - 241px); */
    }
    main .wrapper-post-detail .listNews {
        padding: 0 5px 0 5px;
    }
    .template-content .template-main ul {
        padding: 0 0 0 4px;
    }
    .template-content .template-main h1 {
        text-align: left !important;
    }
    .template-content .template-main .table-responsive-faq thead {
        display: none;
    }
    .template-content .template-main .table-responsive-faq tbody tr {
        display: flex;
        flex-direction: column;
    }
    .template-content .template-main .table-responsive-faq tbody tr td:nth-child(1) {
        font-weight: bold;
        color: #ff8c00;
        background: #4e4a48;
        border-bottom: none;
    }
}
@media screen and (max-width: 455px) {
    .subpage .wrapper {
        background-size: cover;
    }
}
